home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.ACTIONS.JMPMENUG.HTM.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  2.2 KB  |  76 lines

  1. 
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">            
  5.         
  6.         <title>Jump Menu Go</title>
  7.         <meta name="DHTMLScriptName" content="Jump Menu &Go">
  8.         
  9.         <meta name="DialogResizable" content="true">
  10.         <meta name="DialogSize" content="300,150">
  11.         
  12.         <style>
  13.         button    { width: 8em;  }                
  14.         table    { border: none; border-collapse: collapse }
  15.         </style>
  16.         <script type="text/JavaScript">
  17.         var L_JumpMenu_ListBox        =  "Jump Menu";
  18.         var L_Unnamed_Text        =  "unnamed"; 
  19.         var L_NOTAG_ErrorMessage    = "Error: Cannot find tag in document.";
  20.         var L_JUMPMENUNOTFOUND_ErrorMessage    = "The specified Jump Menu could not be found";
  21.         var L_NoSelection_ErrorMessage        = "You must select a target Jump Menu to continue.";
  22.         </script>
  23.         <script type="text/JavaScript" src="FPLib.js"></script>
  24.         <script type="text/JavaScript" src="Strings.js"></script>
  25.         <script type="text/JavaScript" src="GetObj.js"></script>
  26.         <script type="text/JavaScript" src="_JmpMenu.js"></script>
  27.         <script type="text/JavaScript" src="JmpMenuG.JS"></script>
  28.     </head>
  29.     <body onload="initDialog(); safeFocus(theForm.JumpMenuName)">
  30.         <form id="theForm" name="theForm" onsubmit="onOk(); return false;">
  31.             <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
  32.                 <tr>
  33.                     <td>
  34.                         <label for="JumpMenuName">
  35.                     
  36.                     <u>G</u>o to URL based on selected index of Jump Menu:
  37.                 </label>
  38.                         <p>                        
  39.                             <select size="1" name="JumpMenuName" style="width: 100%" accesskey="g" id="JumpMenuName">
  40.                                                                         
  41.                             
  42.                             </select>
  43.                     </td>
  44.                 </tr>
  45.                 <tr>
  46.                     <td height="100%">
  47.                          </td>
  48.                 </tr>
  49.                 <tr>
  50.                     <td>
  51.                         <hr>
  52.                         <table width="100%">
  53.                             <tr>
  54.                                 <td width="100%"></td>
  55.                                 <td>
  56.                                     <button name="OK" value="OK" type="submit">
  57.                             
  58.                             OK
  59.                         </button>
  60.                                 </td>
  61.                                 <td> </td>
  62.                                 <td>
  63.                                     <button name="Cancel" value="Cancel" onclick="CancelAction();">
  64.                               
  65.                             Cancel
  66.                           </button>
  67.                                 </td>
  68.                             </tr>
  69.                         </table>
  70.                     </td>
  71.                 </tr>
  72.             </table>
  73.         </form>
  74.     </body>
  75. </html>
  76.